mirror of https://github.com/lukechilds/node.git
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.
103 lines
2.7 KiB
103 lines
2.7 KiB
{
|
|
"_args": [
|
|
[
|
|
{
|
|
"raw": "ajv-keywords@^1.0.0",
|
|
"scope": null,
|
|
"escapedName": "ajv-keywords",
|
|
"name": "ajv-keywords",
|
|
"rawSpec": "^1.0.0",
|
|
"spec": ">=1.0.0 <2.0.0",
|
|
"type": "range"
|
|
},
|
|
"/Users/trott/io.js/tools/node_modules/table"
|
|
]
|
|
],
|
|
"_from": "ajv-keywords@>=1.0.0 <2.0.0",
|
|
"_id": "ajv-keywords@1.1.1",
|
|
"_inCache": true,
|
|
"_location": "/ajv-keywords",
|
|
"_nodeVersion": "4.4.4",
|
|
"_npmOperationalInternal": {
|
|
"host": "packages-12-west.internal.npmjs.com",
|
|
"tmp": "tmp/ajv-keywords-1.1.1.tgz_1474741068795_0.7051337675657123"
|
|
},
|
|
"_npmUser": {
|
|
"name": "esp",
|
|
"email": "e.poberezkin@me.com"
|
|
},
|
|
"_npmVersion": "2.15.1",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"raw": "ajv-keywords@^1.0.0",
|
|
"scope": null,
|
|
"escapedName": "ajv-keywords",
|
|
"name": "ajv-keywords",
|
|
"rawSpec": "^1.0.0",
|
|
"spec": ">=1.0.0 <2.0.0",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"/table"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-1.1.1.tgz",
|
|
"_shasum": "02550bc605a3e576041565628af972e06c549d50",
|
|
"_shrinkwrap": null,
|
|
"_spec": "ajv-keywords@^1.0.0",
|
|
"_where": "/Users/trott/io.js/tools/node_modules/table",
|
|
"author": {
|
|
"name": "Evgeny Poberezkin"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/epoberezkin/ajv-keywords/issues"
|
|
},
|
|
"dependencies": {},
|
|
"description": "Custom JSON-Schema keywords for ajv validator",
|
|
"devDependencies": {
|
|
"ajv": "^4.7.4",
|
|
"ajv-pack": "^0.2.0",
|
|
"chai": "^3.5.0",
|
|
"coveralls": "^2.11.9",
|
|
"eslint": "^2.11.1",
|
|
"istanbul": "^0.4.3",
|
|
"mocha": "^2.5.3",
|
|
"pre-commit": "^1.1.3"
|
|
},
|
|
"directories": {},
|
|
"dist": {
|
|
"shasum": "02550bc605a3e576041565628af972e06c549d50",
|
|
"tarball": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-1.1.1.tgz"
|
|
},
|
|
"gitHead": "0d3270f022b24be277952ae9ffdab533464412ed",
|
|
"homepage": "https://github.com/epoberezkin/ajv-keywords#readme",
|
|
"keywords": [
|
|
"JSON-Schema",
|
|
"ajv",
|
|
"keywords"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"maintainers": [
|
|
{
|
|
"name": "esp",
|
|
"email": "e.poberezkin@me.com"
|
|
}
|
|
],
|
|
"name": "ajv-keywords",
|
|
"optionalDependencies": {},
|
|
"peerDependencies": {
|
|
"ajv": ">=4.2.0"
|
|
},
|
|
"readme": "ERROR: No README data found!",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/epoberezkin/ajv-keywords.git"
|
|
},
|
|
"scripts": {
|
|
"eslint": "eslint index.js keywords/*.js",
|
|
"test": "npm run eslint && npm run test-cov",
|
|
"test-cov": "istanbul cover -x 'spec/**' node_modules/mocha/bin/_mocha -- spec/*.spec.js -R spec",
|
|
"test-spec": "mocha spec/*.spec.js -R spec"
|
|
},
|
|
"version": "1.1.1"
|
|
}
|
|
|