WIP - add extractor, generate snippet_data
This commit is contained in:
60
node_modules/ltcdr/package.json
generated
vendored
Normal file
60
node_modules/ltcdr/package.json
generated
vendored
Normal file
@ -0,0 +1,60 @@
|
||||
{
|
||||
"_from": "ltcdr@^2.2.1",
|
||||
"_id": "ltcdr@2.2.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-Wrh60dTB2rjowIu/A37gwZAih88=",
|
||||
"_location": "/ltcdr",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "ltcdr@^2.2.1",
|
||||
"name": "ltcdr",
|
||||
"escapedName": "ltcdr",
|
||||
"rawSpec": "^2.2.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^2.2.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/copyfiles"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/ltcdr/-/ltcdr-2.2.1.tgz",
|
||||
"_shasum": "5ab87ad1d4c1dab8e8c08bbf037ee0c1902287cf",
|
||||
"_spec": "ltcdr@^2.2.1",
|
||||
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code/node_modules/copyfiles",
|
||||
"author": {
|
||||
"name": "TJ Holowaychuk",
|
||||
"email": "tj@vision-media.ca"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/calvinmetcalf/ltcdr/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"deprecated": false,
|
||||
"description": "the complete solution for node.js command-line programs",
|
||||
"devDependencies": {
|
||||
"tap-spec": "^0.1.5",
|
||||
"tape": "^2.10.2"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 0.6.x"
|
||||
},
|
||||
"homepage": "https://github.com/calvinmetcalf/ltcdr#readme",
|
||||
"keywords": [
|
||||
"command",
|
||||
"option",
|
||||
"parser",
|
||||
"prompt",
|
||||
"stdin"
|
||||
],
|
||||
"main": "index",
|
||||
"name": "ltcdr",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/calvinmetcalf/ltcdr.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "tape test/test.*.js | tspec"
|
||||
},
|
||||
"version": "2.2.1"
|
||||
}
|
||||
Reference in New Issue
Block a user