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/array-index/package.json')
-rw-r--r--node_modules/array-index/package.json82
1 files changed, 0 insertions, 82 deletions
diff --git a/node_modules/array-index/package.json b/node_modules/array-index/package.json
deleted file mode 100644
index a30106a99..000000000
--- a/node_modules/array-index/package.json
+++ /dev/null
@@ -1,82 +0,0 @@
-{
- "_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"
-}