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.
76 lines
2.3 KiB
76 lines
2.3 KiB
{
|
|
"_from": "validate.io-string-primitive@^1.0.0",
|
|
"_id": "validate.io-string-primitive@1.0.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-uBNbn7E3K94C/dU60dDM1t55j+4=",
|
|
"_location": "/validate.io-string-primitive",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "validate.io-string-primitive@^1.0.0",
|
|
"name": "validate.io-string-primitive",
|
|
"escapedName": "validate.io-string-primitive",
|
|
"rawSpec": "^1.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/utils-regex-from-string"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/validate.io-string-primitive/-/validate.io-string-primitive-1.0.1.tgz",
|
|
"_shasum": "b8135b9fb1372bde02fdd53ad1d0ccd6de798fee",
|
|
"_spec": "validate.io-string-primitive@^1.0.0",
|
|
"_where": "/home/sigonasr2/divar/server/node_modules/utils-regex-from-string",
|
|
"author": {
|
|
"name": "Athan Reines",
|
|
"email": "kgryte@gmail.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/validate-io/string-primitive/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"contributors": [
|
|
{
|
|
"name": "Athan Reines",
|
|
"email": "kgryte@gmail.com"
|
|
}
|
|
],
|
|
"dependencies": {},
|
|
"deprecated": false,
|
|
"description": "Validates if a value is a string primitive.",
|
|
"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/string-primitive#readme",
|
|
"keywords": [
|
|
"validate.io",
|
|
"validate",
|
|
"validation",
|
|
"validator",
|
|
"valid",
|
|
"string",
|
|
"primitive",
|
|
"is",
|
|
"isstring",
|
|
"isprimitive"
|
|
],
|
|
"license": "MIT",
|
|
"main": "./lib",
|
|
"name": "validate.io-string-primitive",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/validate-io/string-primitive.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.1"
|
|
}
|
|
|