WIP - add extractor, generate snippet_data
This commit is contained in:
88
node_modules/@jimp/core/package.json
generated
vendored
Normal file
88
node_modules/@jimp/core/package.json
generated
vendored
Normal file
@ -0,0 +1,88 @@
|
||||
{
|
||||
"_from": "@jimp/core@^0.6.4",
|
||||
"_id": "@jimp/core@0.6.4",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-nyiAXI8/uU54fGO53KrRB8pdn1s+IODZ+rj0jG2owsNJlTlagFrsZAy8IVTUCOiiXjh9TbwFo7D5XMrmi4KUww==",
|
||||
"_location": "/@jimp/core",
|
||||
"_phantomChildren": {
|
||||
"base64-js": "1.3.1",
|
||||
"ieee754": "1.1.13"
|
||||
},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "@jimp/core@^0.6.4",
|
||||
"name": "@jimp/core",
|
||||
"escapedName": "@jimp%2fcore",
|
||||
"scope": "@jimp",
|
||||
"rawSpec": "^0.6.4",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^0.6.4"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/@jimp/custom"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/@jimp/core/-/core-0.6.4.tgz",
|
||||
"_shasum": "19ab5f4ff0db4f602b36b159c714e37ebfb5672f",
|
||||
"_spec": "@jimp/core@^0.6.4",
|
||||
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code/node_modules/@jimp/custom",
|
||||
"author": {
|
||||
"name": "Oliver Moran",
|
||||
"email": "oliver.moran@gmail.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/oliver-moran/jimp/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"@jimp/utils": "^0.6.4",
|
||||
"any-base": "^1.1.0",
|
||||
"buffer": "^5.2.0",
|
||||
"core-js": "^2.5.7",
|
||||
"exif-parser": "^0.1.12",
|
||||
"file-type": "^9.0.0",
|
||||
"load-bmfont": "^1.3.1",
|
||||
"mkdirp": "0.5.1",
|
||||
"phin": "^2.9.1",
|
||||
"pixelmatch": "^4.0.2",
|
||||
"tinycolor2": "^1.4.1"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Jimp core",
|
||||
"devDependencies": {
|
||||
"should": "^13.2.3"
|
||||
},
|
||||
"files": [
|
||||
"dist",
|
||||
"es",
|
||||
"jimp.d.ts",
|
||||
"fonts"
|
||||
],
|
||||
"gitHead": "7c9d3c817cade88d4a20422be10670d3c1528429",
|
||||
"homepage": "https://github.com/oliver-moran/jimp#readme",
|
||||
"license": "MIT",
|
||||
"main": "dist/index.js",
|
||||
"module": "es/index.js",
|
||||
"name": "@jimp/core",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/oliver-moran/jimp.git"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "npm run build:node:production && npm run build:module",
|
||||
"build:debug": "npm run build:node:debug",
|
||||
"build:module": "cross-env BABEL_ENV=module babel src -d es --source-maps --config-file ../../babel.config.js",
|
||||
"build:node": "babel src -d dist --source-maps --config-file ../../babel.config.js",
|
||||
"build:node:debug": "cross-env BABEL_ENV=development npm run build:node",
|
||||
"build:node:production": "cross-env BABEL_ENV=production npm run build:node",
|
||||
"build:watch": "npm run build:node:debug -- -- --watch --verbose",
|
||||
"test": "cross-env BABEL_ENV=test mocha --require @babel/register test/**/*.js",
|
||||
"test:coverage": "nyc npm run test",
|
||||
"test:watch": "npm run test -- --reporter min --watch"
|
||||
},
|
||||
"version": "0.6.4",
|
||||
"xo": false
|
||||
}
|
||||
Reference in New Issue
Block a user