Files
add-and-commit/node_modules/detect-indent/package.json
Federico Grandi f118062594 Update with working working version (#12)
* Fix workflow

* Trigger

* [auto] Update compiled version

* [auto] Commit modules

* Push Windows changes

* Fix

* [auto] Update compiled version

* Try removing cwd

* [auto] Update compiled version

* Try with path module

* [auto] Update compiled version

* Fix path

* [auto] Update compiled version

* Use raw path

* [auto] Update compiled version

* Other path

* [auto] Update compiled version

* Avoid @action/exec

* [auto] Update compiled version

* test

* [auto] Update compiled version

* test

* [auto] Update compiled version

* test

* [auto] Update compiled version

* test

* [auto] Update compiled version

* Try with shelljs

* [auto] Update compiled version

* Fix my stupidity

* Copy scripts to local dir

* [auto] Update compiled version

* Still use path

* [auto] Update compiled version

* Delete entrypoint.sh

* [auto] Update compiled version

* Make file executable

* [auto] Update compiled version

* Try using bash

* [auto] Update compiled version
2019-12-14 21:47:13 +01:00

83 lines
1.7 KiB
JSON

{
"_args": [
[
"detect-indent@4.0.0",
"/home/runner/work/add-and-commit/add-and-commit"
]
],
"_development": true,
"_from": "detect-indent@4.0.0",
"_id": "detect-indent@4.0.0",
"_inBundle": false,
"_integrity": "sha1-920GQ1LN9Docts5hnE7jqUdd4gg=",
"_location": "/detect-indent",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "detect-indent@4.0.0",
"name": "detect-indent",
"escapedName": "detect-indent",
"rawSpec": "4.0.0",
"saveSpec": null,
"fetchSpec": "4.0.0"
},
"_requiredBy": [
"/babel-generator"
],
"_resolved": "https://registry.npmjs.org/detect-indent/-/detect-indent-4.0.0.tgz",
"_spec": "4.0.0",
"_where": "/home/runner/work/add-and-commit/add-and-commit",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/detect-indent/issues"
},
"dependencies": {
"repeating": "^2.0.0"
},
"description": "Detect the indentation of code",
"devDependencies": {
"ava": "*",
"xo": "*"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/sindresorhus/detect-indent#readme",
"keywords": [
"indent",
"indentation",
"detect",
"infer",
"identify",
"code",
"string",
"text",
"source",
"space",
"tab"
],
"license": "MIT",
"name": "detect-indent",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/detect-indent.git"
},
"scripts": {
"test": "xo && ava"
},
"version": "4.0.0",
"xo": {
"ignores": [
"fixture/**"
]
}
}