Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/path-array/package.json')
-rw-r--r--node_modules/path-array/package.json79
1 files changed, 79 insertions, 0 deletions
diff --git a/node_modules/path-array/package.json b/node_modules/path-array/package.json
new file mode 100644
index 000000000..1bb9fe1b1
--- /dev/null
+++ b/node_modules/path-array/package.json
@@ -0,0 +1,79 @@
+{
+ "_args": [
+ [
+ "path-array@^1.0.0",
+ "/Users/rebecca/code/npm/node_modules/node-gyp"
+ ]
+ ],
+ "_from": "path-array@>=1.0.0 <2.0.0",
+ "_id": "path-array@1.0.0",
+ "_inCache": true,
+ "_location": "/path-array",
+ "_npmUser": {
+ "email": "nathan@tootallnate.net",
+ "name": "tootallnate"
+ },
+ "_npmVersion": "1.4.28",
+ "_phantomChildren": {},
+ "_requested": {
+ "name": "path-array",
+ "raw": "path-array@^1.0.0",
+ "rawSpec": "^1.0.0",
+ "scope": null,
+ "spec": ">=1.0.0 <2.0.0",
+ "type": "range"
+ },
+ "_requiredBy": [
+ "/node-gyp"
+ ],
+ "_resolved": "https://registry.npmjs.org/path-array/-/path-array-1.0.0.tgz",
+ "_shasum": "6c14130c33084f0150553c657b38397ab67aaa4e",
+ "_shrinkwrap": null,
+ "_spec": "path-array@^1.0.0",
+ "_where": "/Users/rebecca/code/npm/node_modules/node-gyp",
+ "author": {
+ "email": "nathan@tootallnate.net",
+ "name": "Nathan Rajlich",
+ "url": "http://n8.io/"
+ },
+ "bugs": {
+ "url": "https://github.com/TooTallNate/node-path-array/issues"
+ },
+ "dependencies": {
+ "array-index": "~0.1.0"
+ },
+ "description": "Treat your $PATH like a JavaScript Array",
+ "devDependencies": {
+ "mocha": "~1.16.1"
+ },
+ "directories": {},
+ "dist": {
+ "shasum": "6c14130c33084f0150553c657b38397ab67aaa4e",
+ "tarball": "http://registry.npmjs.org/path-array/-/path-array-1.0.0.tgz"
+ },
+ "gitHead": "5d1fedd54e4413459f67e4a4babb024144cd00d0",
+ "homepage": "https://github.com/TooTallNate/node-path-array",
+ "keywords": [
+ "PATH",
+ "array",
+ "env"
+ ],
+ "license": "MIT",
+ "main": "index.js",
+ "maintainers": [
+ {
+ "name": "tootallnate",
+ "email": "nathan@tootallnate.net"
+ }
+ ],
+ "name": "path-array",
+ "optionalDependencies": {},
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/TooTallNate/node-path-array.git"
+ },
+ "scripts": {
+ "test": "mocha --reporter spec"
+ },
+ "version": "1.0.0"
+}