92 lines
2.2 KiB
JSON
92 lines
2.2 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"array-find-index@^1.0.0",
|
|
"/Users/sid/Desktop/code/RustyCode/node_modules/loud-rejection"
|
|
]
|
|
],
|
|
"_from": "array-find-index@>=1.0.0 <2.0.0",
|
|
"_id": "array-find-index@1.0.1",
|
|
"_inCache": true,
|
|
"_installable": true,
|
|
"_location": "/array-find-index",
|
|
"_nodeVersion": "4.2.4",
|
|
"_npmUser": {
|
|
"email": "sindresorhus@gmail.com",
|
|
"name": "sindresorhus"
|
|
},
|
|
"_npmVersion": "2.14.12",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"name": "array-find-index",
|
|
"raw": "array-find-index@^1.0.0",
|
|
"rawSpec": "^1.0.0",
|
|
"scope": null,
|
|
"spec": ">=1.0.0 <2.0.0",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"/loud-rejection"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/array-find-index/-/array-find-index-1.0.1.tgz",
|
|
"_shasum": "0bc25ddac941ec8a496ae258fd4ac188003ef3af",
|
|
"_shrinkwrap": null,
|
|
"_spec": "array-find-index@^1.0.0",
|
|
"_where": "/Users/sid/Desktop/code/RustyCode/node_modules/loud-rejection",
|
|
"author": {
|
|
"email": "sindresorhus@gmail.com",
|
|
"name": "Sindre Sorhus",
|
|
"url": "sindresorhus.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/sindresorhus/array-find-index/issues"
|
|
},
|
|
"dependencies": {},
|
|
"description": "ES2015 `Array#findIndex()` ponyfill",
|
|
"devDependencies": {
|
|
"ava": "*",
|
|
"xo": "*"
|
|
},
|
|
"directories": {},
|
|
"dist": {
|
|
"shasum": "0bc25ddac941ec8a496ae258fd4ac188003ef3af",
|
|
"tarball": "http://registry.npmjs.org/array-find-index/-/array-find-index-1.0.1.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"gitHead": "0b2eea2c3e42aeb97be82b50f64a5672d2847036",
|
|
"homepage": "https://github.com/sindresorhus/array-find-index",
|
|
"keywords": [
|
|
"es6",
|
|
"es2015",
|
|
"ponyfill",
|
|
"polyfill",
|
|
"shim",
|
|
"find",
|
|
"index",
|
|
"findindex",
|
|
"array"
|
|
],
|
|
"license": "MIT",
|
|
"maintainers": [
|
|
{
|
|
"email": "sindresorhus@gmail.com",
|
|
"name": "sindresorhus"
|
|
}
|
|
],
|
|
"name": "array-find-index",
|
|
"optionalDependencies": {},
|
|
"readme": "ERROR: No README data found!",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/sindresorhus/array-find-index.git"
|
|
},
|
|
"scripts": {
|
|
"test": "xo && ava"
|
|
},
|
|
"version": "1.0.1"
|
|
}
|