first commit
This commit is contained in:
68
build/node_modules/npm-installed/package.json
generated
vendored
Normal file
68
build/node_modules/npm-installed/package.json
generated
vendored
Normal file
@@ -0,0 +1,68 @@
|
||||
{
|
||||
"_from": "npm-installed@^1.0.0",
|
||||
"_id": "npm-installed@1.0.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-KWHZd/k/0NNx2rNx6YkSDP+mQBg=",
|
||||
"_location": "/npm-installed",
|
||||
"_phantomChildren": {
|
||||
"ini": "1.3.5"
|
||||
},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "npm-installed@^1.0.0",
|
||||
"name": "npm-installed",
|
||||
"escapedName": "npm-installed",
|
||||
"rawSpec": "^1.0.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^1.0.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/pngout-bin/bin-wrapper"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/npm-installed/-/npm-installed-1.0.0.tgz",
|
||||
"_shasum": "2961d977f93fd0d371dab371e989120cffa64018",
|
||||
"_spec": "npm-installed@^1.0.0",
|
||||
"_where": "/Users/asciidisco/Desktop/asciidisco.com/build/node_modules/pngout-bin/node_modules/bin-wrapper",
|
||||
"author": {
|
||||
"name": "Kevin Mårtensson",
|
||||
"email": "kevinmartensson@gmail.com",
|
||||
"url": "https://github.com/kevva"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/kevva/npm-installed/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"npm-which": "^1.0.1",
|
||||
"rc": "^0.5.1"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Find npm installed programs",
|
||||
"devDependencies": {
|
||||
"ava": "^0.0.4"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"homepage": "https://github.com/kevva/npm-installed#readme",
|
||||
"keywords": [
|
||||
"bin",
|
||||
"global",
|
||||
"path",
|
||||
"program"
|
||||
],
|
||||
"license": "MIT",
|
||||
"name": "npm-installed",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/kevva/npm-installed.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "node test.js"
|
||||
},
|
||||
"version": "1.0.0"
|
||||
}
|
||||
Reference in New Issue
Block a user