mirror of
https://github.com/thangisme/notes.git
synced 2026-06-12 23:59:16 -04:00
Initial commit
This commit is contained in:
102
node_modules/execall/package.json
generated
vendored
Normal file
102
node_modules/execall/package.json
generated
vendored
Normal file
@@ -0,0 +1,102 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"execall@^1.0.0",
|
||||
"/Users/pmarsceill/_projects/just-the-docs/node_modules/stylelint"
|
||||
]
|
||||
],
|
||||
"_from": "execall@>=1.0.0 <2.0.0",
|
||||
"_id": "execall@1.0.0",
|
||||
"_inCache": true,
|
||||
"_installable": true,
|
||||
"_location": "/execall",
|
||||
"_nodeVersion": "0.12.4",
|
||||
"_npmUser": {
|
||||
"email": "sindresorhus@gmail.com",
|
||||
"name": "sindresorhus"
|
||||
},
|
||||
"_npmVersion": "2.10.1",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"name": "execall",
|
||||
"raw": "execall@^1.0.0",
|
||||
"rawSpec": "^1.0.0",
|
||||
"scope": null,
|
||||
"spec": ">=1.0.0 <2.0.0",
|
||||
"type": "range"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/stylelint"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/execall/-/execall-1.0.0.tgz",
|
||||
"_shasum": "73d0904e395b3cab0658b08d09ec25307f29bb73",
|
||||
"_shrinkwrap": null,
|
||||
"_spec": "execall@^1.0.0",
|
||||
"_where": "/Users/pmarsceill/_projects/just-the-docs/node_modules/stylelint",
|
||||
"author": {
|
||||
"email": "sindresorhus@gmail.com",
|
||||
"name": "Sindre Sorhus",
|
||||
"url": "sindresorhus.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/sindresorhus/execall/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"clone-regexp": "^1.0.0"
|
||||
},
|
||||
"description": "Find multiple RegExp matches in a string",
|
||||
"devDependencies": {
|
||||
"ava": "0.0.4"
|
||||
},
|
||||
"directories": {},
|
||||
"dist": {
|
||||
"shasum": "73d0904e395b3cab0658b08d09ec25307f29bb73",
|
||||
"tarball": "https://registry.npmjs.org/execall/-/execall-1.0.0.tgz"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"gitHead": "18797f2b16558e1c6ef2c78e816e963fa632d0f9",
|
||||
"homepage": "https://github.com/sindresorhus/execall",
|
||||
"keywords": [
|
||||
"all",
|
||||
"exec",
|
||||
"execall",
|
||||
"expression",
|
||||
"find",
|
||||
"findall",
|
||||
"global",
|
||||
"immutable",
|
||||
"many",
|
||||
"match",
|
||||
"matches",
|
||||
"multiple",
|
||||
"re",
|
||||
"regex",
|
||||
"regexp",
|
||||
"regular",
|
||||
"str",
|
||||
"string"
|
||||
],
|
||||
"license": "MIT",
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "sindresorhus",
|
||||
"email": "sindresorhus@gmail.com"
|
||||
}
|
||||
],
|
||||
"name": "execall",
|
||||
"optionalDependencies": {},
|
||||
"readme": "ERROR: No README data found!",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/sindresorhus/execall.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "node test.js"
|
||||
},
|
||||
"version": "1.0.0"
|
||||
}
|
||||
Reference in New Issue
Block a user