GT2/GT2-iOS/node_modules/array-equal/package.json

77 lines
2.1 KiB
JSON

{
"_args": [
[
{
"raw": "array-equal@^1.0.0",
"scope": null,
"escapedName": "array-equal",
"name": "array-equal",
"rawSpec": "^1.0.0",
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"/Volumes/2009-SSD/GT2/GT2-iOS/node_modules/jsdom"
]
],
"_from": "array-equal@>=1.0.0 <2.0.0",
"_id": "array-equal@1.0.0",
"_inCache": true,
"_location": "/array-equal",
"_npmUser": {
"name": "jongleberry",
"email": "jonathanrichardong@gmail.com"
},
"_npmVersion": "1.4.6",
"_phantomChildren": {},
"_requested": {
"raw": "array-equal@^1.0.0",
"scope": null,
"escapedName": "array-equal",
"name": "array-equal",
"rawSpec": "^1.0.0",
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/jsdom"
],
"_resolved": "https://registry.npmjs.org/array-equal/-/array-equal-1.0.0.tgz",
"_shasum": "8c2a5ef2472fd9ea742b04c77a75093ba2757c93",
"_shrinkwrap": null,
"_spec": "array-equal@^1.0.0",
"_where": "/Volumes/2009-SSD/GT2/GT2-iOS/node_modules/jsdom",
"author": {
"name": "Jonathan Ong",
"email": "me@jongleberry.com",
"url": "http://jongleberry.com"
},
"bugs": {
"url": "https://github.com/component/array-equal/issues"
},
"dependencies": {},
"description": "check if two arrays are equal",
"devDependencies": {},
"directories": {},
"dist": {
"shasum": "8c2a5ef2472fd9ea742b04c77a75093ba2757c93",
"tarball": "https://registry.npmjs.org/array-equal/-/array-equal-1.0.0.tgz"
},
"homepage": "https://github.com/component/array-equal#readme",
"license": "MIT",
"maintainers": [
{
"name": "jongleberry",
"email": "jonathanrichardong@gmail.com"
}
],
"name": "array-equal",
"optionalDependencies": {},
"readme": "\n# Array Equal\n\nCheck if two arrays are equal:\n\n```js\nvar equals = require('array-equal')\n\nassert(equals([1, 2, 3], [1, 2, 3])) // => true\nassert(equals([1, 2, 3], [1, 2, 3, 4])) // => false\n```\n",
"readmeFilename": "README.md",
"repository": {
"type": "git",
"url": "git+https://github.com/component/array-equal.git"
},
"version": "1.0.0"
}