67 lines
1.9 KiB
JSON
67 lines
1.9 KiB
JSON
{
|
|
"_from": "module-definition@^3.0.0",
|
|
"_id": "module-definition@3.3.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-HTplA9xwDzH67XJFC1YvZMUElWJD28DV0dUq7lhTs+JKJamUOWA/CcYWSlhW5amJO66uWtY7XdltT+LfX0wIVg==",
|
|
"_location": "/module-definition",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "module-definition@^3.0.0",
|
|
"name": "module-definition",
|
|
"escapedName": "module-definition",
|
|
"rawSpec": "^3.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^3.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/filing-cabinet",
|
|
"/precinct"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/module-definition/-/module-definition-3.3.0.tgz",
|
|
"_shasum": "aae06d68c99c5f93841e59b8a4469b974956d4d4",
|
|
"_spec": "module-definition@^3.0.0",
|
|
"_where": "/home/suroh/Repos/11ty.work/node_modules/filing-cabinet",
|
|
"author": {
|
|
"name": "Joel Kemp",
|
|
"email": "joel@mrjoelkemp.com",
|
|
"url": "http://www.mrjoelkemp.com/"
|
|
},
|
|
"bin": {
|
|
"module-definition": "bin/module-definition.js"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/mrjoelkemp/module-definition/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"ast-module-types": "^2.6.0",
|
|
"node-source-walk": "^4.0.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Determines if a file is using a CommonJS or AMD module definition",
|
|
"devDependencies": {
|
|
"jscs": "^3.0.7",
|
|
"jscs-preset-mrjoelkemp": "~2.0.0",
|
|
"memfs": "^2.14.1",
|
|
"mocha": "^5.2.0",
|
|
"unionfs": "^3.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0"
|
|
},
|
|
"homepage": "https://github.com/mrjoelkemp/module-definition",
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "module-definition",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/mrjoelkemp/module-definition.git"
|
|
},
|
|
"scripts": {
|
|
"test": "jscs test/test.js index.js bin/module-definition.js && mocha test/test.js"
|
|
},
|
|
"version": "3.3.0"
|
|
}
|