You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
81 lines
2.3 KiB
81 lines
2.3 KiB
4 years ago
|
{
|
||
|
"_from": "validate.io-array-like@^1.0.1",
|
||
|
"_id": "validate.io-array-like@1.0.2",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha1-evn363tRcVvrIhVmjsXM5U+t21o=",
|
||
|
"_location": "/validate.io-array-like",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"registry": true,
|
||
|
"raw": "validate.io-array-like@^1.0.1",
|
||
|
"name": "validate.io-array-like",
|
||
|
"escapedName": "validate.io-array-like",
|
||
|
"rawSpec": "^1.0.1",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "^1.0.1"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/utils-indexof"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/validate.io-array-like/-/validate.io-array-like-1.0.2.tgz",
|
||
|
"_shasum": "7af9f7eb7b51715beb2215668ec5cce54faddb5a",
|
||
|
"_spec": "validate.io-array-like@^1.0.1",
|
||
|
"_where": "/home/sigonasr2/divar/server/node_modules/utils-indexof",
|
||
|
"author": {
|
||
|
"name": "Athan Reines",
|
||
|
"email": "kgryte@gmail.com"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/validate-io/array-like/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"contributors": [
|
||
|
{
|
||
|
"name": "Athan Reines",
|
||
|
"email": "kgryte@gmail.com"
|
||
|
}
|
||
|
],
|
||
|
"dependencies": {
|
||
|
"const-max-uint32": "^1.0.2",
|
||
|
"validate.io-integer-primitive": "^1.0.0"
|
||
|
},
|
||
|
"deprecated": false,
|
||
|
"description": "Validates if a value is array-like.",
|
||
|
"devDependencies": {
|
||
|
"chai": "2.x.x",
|
||
|
"coveralls": "^2.11.1",
|
||
|
"istanbul": "^0.3.0",
|
||
|
"jshint": "2.x.x",
|
||
|
"jshint-stylish": "^1.0.0",
|
||
|
"mocha": "2.x.x"
|
||
|
},
|
||
|
"homepage": "https://github.com/validate-io/array-like#readme",
|
||
|
"keywords": [
|
||
|
"validate.io",
|
||
|
"validate",
|
||
|
"validation",
|
||
|
"validator",
|
||
|
"valid",
|
||
|
"arguments",
|
||
|
"array",
|
||
|
"array like",
|
||
|
"is",
|
||
|
"isarraylike",
|
||
|
"length"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"main": "./lib",
|
||
|
"name": "validate.io-array-like",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git://github.com/validate-io/array-like.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"coveralls": "istanbul cover ./node_modules/.bin/_mocha --dir ./reports/coveralls/coverage --report lcovonly -- -R spec && cat ./reports/coveralls/coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./reports/coveralls",
|
||
|
"test": "mocha",
|
||
|
"test-cov": "istanbul cover ./node_modules/.bin/_mocha --dir ./reports/coverage -- -R spec"
|
||
|
},
|
||
|
"version": "1.0.2"
|
||
|
}
|