first commit
This commit is contained in:
71
build/node_modules/squeak/package.json
generated
vendored
Normal file
71
build/node_modules/squeak/package.json
generated
vendored
Normal file
@@ -0,0 +1,71 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"squeak@1.3.0",
|
||||
"/Users/asciidisco/Desktop/asciidisco.com/build"
|
||||
]
|
||||
],
|
||||
"_from": "squeak@1.3.0",
|
||||
"_id": "squeak@1.3.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-MwRQN7ZDiLVnZ0uEMiplIQc5FsM=",
|
||||
"_location": "/squeak",
|
||||
"_phantomChildren": {
|
||||
"escape-string-regexp": "1.0.5",
|
||||
"has-ansi": "2.0.0",
|
||||
"strip-ansi": "3.0.1"
|
||||
},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "squeak@1.3.0",
|
||||
"name": "squeak",
|
||||
"escapedName": "squeak",
|
||||
"rawSpec": "1.3.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.3.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/logalot"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/squeak/-/squeak-1.3.0.tgz",
|
||||
"_spec": "1.3.0",
|
||||
"_where": "/Users/asciidisco/Desktop/asciidisco.com/build",
|
||||
"author": {
|
||||
"name": "Kevin Mårtensson",
|
||||
"email": "kevinmartensson@gmail.com",
|
||||
"url": "https://github.com/kevva"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/kevva/squeak/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"chalk": "^1.0.0",
|
||||
"console-stream": "^0.1.1",
|
||||
"lpad-align": "^1.0.1"
|
||||
},
|
||||
"description": "A tiny stream log",
|
||||
"devDependencies": {
|
||||
"ava": "^0.0.4"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"homepage": "https://github.com/kevva/squeak#readme",
|
||||
"keywords": [
|
||||
"log"
|
||||
],
|
||||
"license": "MIT",
|
||||
"name": "squeak",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/kevva/squeak.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "node test.js"
|
||||
},
|
||||
"version": "1.3.0"
|
||||
}
|
||||
Reference in New Issue
Block a user