summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/array-index/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/array-index/package.json')
-rw-r--r--deps/npm/node_modules/array-index/package.json82
1 files changed, 82 insertions, 0 deletions
diff --git a/deps/npm/node_modules/array-index/package.json b/deps/npm/node_modules/array-index/package.json
new file mode 100644
index 0000000000..a30106a99b
--- /dev/null
+++ b/deps/npm/node_modules/array-index/package.json
@@ -0,0 +1,82 @@
+{
+ "_args": [
+ [
+ "array-index@~0.1.0",
+ "/Users/rebecca/code/npm/node_modules/path-array"
+ ]
+ ],
+ "_from": "array-index@>=0.1.0 <0.2.0",
+ "_id": "array-index@0.1.1",
+ "_inCache": true,
+ "_location": "/array-index",
+ "_nodeVersion": "0.10.32",
+ "_npmUser": {
+ "email": "nathan@tootallnate.net",
+ "name": "tootallnate"
+ },
+ "_npmVersion": "2.1.3",
+ "_phantomChildren": {},
+ "_requested": {
+ "name": "array-index",
+ "raw": "array-index@~0.1.0",
+ "rawSpec": "~0.1.0",
+ "scope": null,
+ "spec": ">=0.1.0 <0.2.0",
+ "type": "range"
+ },
+ "_requiredBy": [
+ "/path-array"
+ ],
+ "_resolved": "https://registry.npmjs.org/array-index/-/array-index-0.1.1.tgz",
+ "_shasum": "4d5eaf06cc3d925847cd73d1535c217ba306d3e1",
+ "_shrinkwrap": null,
+ "_spec": "array-index@~0.1.0",
+ "_where": "/Users/rebecca/code/npm/node_modules/path-array",
+ "author": {
+ "email": "nathan@tootallnate.net",
+ "name": "Nathan Rajlich",
+ "url": "http://tootallnate.net"
+ },
+ "bugs": {
+ "url": "https://github.com/TooTallNate/array-index/issues"
+ },
+ "dependencies": {
+ "debug": "*"
+ },
+ "description": "Invoke getter/setter functions on array-like objects",
+ "devDependencies": {},
+ "directories": {},
+ "dist": {
+ "shasum": "4d5eaf06cc3d925847cd73d1535c217ba306d3e1",
+ "tarball": "http://registry.npmjs.org/array-index/-/array-index-0.1.1.tgz"
+ },
+ "engines": {
+ "node": "*"
+ },
+ "gitHead": "65a5d884f25b4b7a1608e367d715d713dbd3b3d6",
+ "homepage": "https://github.com/TooTallNate/array-index",
+ "keywords": [
+ "array",
+ "getter",
+ "index",
+ "proxy",
+ "setter"
+ ],
+ "main": "index.js",
+ "maintainers": [
+ {
+ "name": "tootallnate",
+ "email": "nathan@tootallnate.net"
+ }
+ ],
+ "name": "array-index",
+ "optionalDependencies": {},
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/TooTallNate/array-index.git"
+ },
+ "scripts": {
+ "test": "node test"
+ },
+ "version": "0.1.1"
+}