first commit
This commit is contained in:
80
build/node_modules/bin-build/package.json
generated
vendored
Normal file
80
build/node_modules/bin-build/package.json
generated
vendored
Normal file
@@ -0,0 +1,80 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"bin-build@2.2.0",
|
||||
"/Users/asciidisco/Desktop/asciidisco.com/build"
|
||||
]
|
||||
],
|
||||
"_from": "bin-build@2.2.0",
|
||||
"_id": "bin-build@2.2.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-EfjdYfcP/Por3KpbRvXo/t1CIcw=",
|
||||
"_location": "/bin-build",
|
||||
"_phantomChildren": {
|
||||
"os-tmpdir": "1.0.2"
|
||||
},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "bin-build@2.2.0",
|
||||
"name": "bin-build",
|
||||
"escapedName": "bin-build",
|
||||
"rawSpec": "2.2.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "2.2.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/jpegoptim-bin",
|
||||
"/jpegtran-bin",
|
||||
"/mozjpeg"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/bin-build/-/bin-build-2.2.0.tgz",
|
||||
"_spec": "2.2.0",
|
||||
"_where": "/Users/asciidisco/Desktop/asciidisco.com/build",
|
||||
"author": {
|
||||
"name": "Kevin Mårtensson",
|
||||
"email": "kevinmartensson@gmail.com",
|
||||
"url": "https://github.com/kevva"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/kevva/bin-build/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"archive-type": "^3.0.1",
|
||||
"decompress": "^3.0.0",
|
||||
"download": "^4.1.2",
|
||||
"exec-series": "^1.0.0",
|
||||
"rimraf": "^2.2.6",
|
||||
"tempfile": "^1.0.0",
|
||||
"url-regex": "^3.0.0"
|
||||
},
|
||||
"description": "Easily build binaries",
|
||||
"devDependencies": {
|
||||
"ava": "^0.0.4",
|
||||
"nock": "^2.6.0",
|
||||
"path-exists": "^1.0.0",
|
||||
"xo": "*"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"homepage": "https://github.com/kevva/bin-build#readme",
|
||||
"keywords": [
|
||||
"binary",
|
||||
"build",
|
||||
"make"
|
||||
],
|
||||
"license": "MIT",
|
||||
"name": "bin-build",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/kevva/bin-build.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "xo && node test/test.js"
|
||||
},
|
||||
"version": "2.2.0"
|
||||
}
|
||||
Reference in New Issue
Block a user