mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-04-22 01:09:07 +00:00
70 lines
1.8 KiB
JSON
70 lines
1.8 KiB
JSON
![]() |
{
|
||
|
"_args": [
|
||
|
[
|
||
|
"module-definition@3.2.0",
|
||
|
"/Users/tatiana/selfdefined"
|
||
|
]
|
||
|
],
|
||
|
"_from": "module-definition@3.2.0",
|
||
|
"_id": "module-definition@3.2.0",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-PO6o0BajpdRR+fb3FUSeDISgJpnyxg8UDUEalR8LPQajl0M5+m4jHWhgrMGGSEl6D9+sVl/l1fjOCvpBXIQ+2Q==",
|
||
|
"_location": "/module-definition",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "version",
|
||
|
"registry": true,
|
||
|
"raw": "module-definition@3.2.0",
|
||
|
"name": "module-definition",
|
||
|
"escapedName": "module-definition",
|
||
|
"rawSpec": "3.2.0",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "3.2.0"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/filing-cabinet",
|
||
|
"/precinct"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/module-definition/-/module-definition-3.2.0.tgz",
|
||
|
"_spec": "3.2.0",
|
||
|
"_where": "/Users/tatiana/selfdefined",
|
||
|
"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"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"ast-module-types": "^2.4.0",
|
||
|
"node-source-walk": "^4.0.0"
|
||
|
},
|
||
|
"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.2.0"
|
||
|
}
|